home *** CD-ROM | disk | FTP | other *** search
- package javax.swing.plaf.basic;
-
- import java.awt.event.ActionEvent;
- import java.awt.event.ActionListener;
-
- final class BasicComboBoxUI$3 implements ActionListener {
- // $FF: synthetic field
- private final BasicComboBoxUI this$0;
-
- // $FF: synthetic method
- BasicComboBoxUI$3(BasicComboBoxUI var1) {
- this.this$0 = var1;
- }
-
- public void actionPerformed(ActionEvent var1) {
- if (this.this$0.comboBox.isEnabled()) {
- this.this$0.setPopupVisible(this.this$0.comboBox, false);
- }
-
- }
- }
-